home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / gen_bbs / txm32v12.zip / README < prev    next >
Text File  |  1996-11-09  |  1KB  |  39 lines

  1. TIPS FOR CONFIGURING THE TXMAIL32.INI FILE
  2. ==========================================
  3.  
  4. Make sure that you have your robot name set correctly in the INI file as
  5. well as in the TxSETUP.EXE program.  Also make sure that the path names
  6. for the IN/OUT spool directories is correct.
  7.  
  8.   [General Information]
  9.  
  10.   SMTP       mailhost.yourisp.com
  11.   POP        mailhost.yourisp.com
  12.   USERNAME   pop3name
  13.   PASSWORD   pop3password
  14.   ROBOT      robotname
  15.   IN         C:\TXMAIL32\SPOOL\IN\
  16.   OUT        C:\TXMAIL32\SPOOL\OUT\
  17.   COUNTER    1
  18.  
  19. If you wish it to automatically dial and hangup to your Internet connection
  20. then specify YES in the settings below, otherwise specify NO.  The CONNECTION
  21. setting should be the name of your Dial-Up networking connection.
  22.  
  23.   [Auto Dialing]
  24.  
  25.   DIAL       YES
  26.   HANGUP     YES
  27.   CONNECTION Your Connection
  28.   LOGIN_ID   yourloginid
  29.   LOGIN_PWD  yourloginpassword
  30.   RETRIES    2
  31.  
  32. If you have a direct connection you may want to specify that the program
  33. be run in DAEMON mode, in this mode the program will check for mail to send
  34. and receive every x number of seconds specified.
  35.  
  36. [Advanced Options]
  37.  
  38. ;DAEMON   300
  39.